バージョン

OlapElementCollection<T> クラス メンバ

OlapElementCollection<T>データ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
 名前解説
Public コンストラクタOlapElementCollection<T> コンストラクタOlapElementCollection<T> クラスの新しいインスタンスを初期化します。  
トップ
パブリック プロパティ
 名前解説
Public プロパティCountGets the number of elements contained in the ReadOnlyCollection instance. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。
Public プロパティItem指定した名前を持つ要素を取得します。  
Public プロパティUniqueNameIndexesOnlyこのコレクションの項目が文字列インデックスによってアクセスされるときに要求された項目がその Infragistics.Olap.Data.IOlapElement.UniqueName によってのみ一致すべきかどうかを示す値を取得または設定します。そうでない場合、このような一意の名前を持つ項目が見つからない場合、指定されたインデックス値は Infragistics.Olap.Data.IOlapElement.Name に対しても検証されます。  
トップ
プロテクト プロパティ
 名前解説
Protected プロパティItemsReturns the IList that the ReadOnlyCollection wraps. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドContainsDetermines whether an element is in the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。
Public メソッドCopyToCopies the entire ReadOnlyCollection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。
Public メソッドIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection. System.Collections.ObjectModel.ReadOnlyCollection<T>から継承されます。
トップ
参照